home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-02.Z / 94-02 / text0219.txt < prev    next >
Encoding:
Text File  |  1994-02-28  |  4.1 KB  |  108 lines

  1. In <johnwuCLK3H2.Jxp@netcom.com> johnwu@netcom.com (John M. Wu) writes:
  2. >I am running NCSA Mosaic and I would like to have sound from the .au files.
  3. >Simply clicking on the audio icons result in just the .au file transferring
  4. >and nothing but silence.  Here is my setup
  5.  
  6. Get your sound card working with WPLANY and then make sure you have lines
  7. like the following in your MOSAIC.INI.
  8.  
  9. [Viewers]
  10. ..
  11. TYPE10="audio/basic"
  12. ..
  13. audio/basic="s:\viewers\wplany %ls"
  14. ...
  15.  
  16. [Suffixes]
  17. ...
  18. audio/basic=.au
  19.  
  20. It works fine for me.
  21.  
  22. -- 
  23. *  Art Smoot, AES Consulting                 Internet: aesmoot@aescon.com *
  24. *  1177 Wildwood Road                                 Voice: 303-499-3837 *
  25. *  Boulder, Colorado 80303, USA                         FAX: 303-494-3107 *
  26. From news@bigblue.oit.unc.edu Mon Feb 21 12:17:48 1994
  27. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  28.           id AA25712; Mon, 21 Feb 1994 12:17:48 -0500
  29. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  30.           id AA26400; Mon, 21 Feb 1994 11:50:53 -0500
  31. Received: from GATEWAY by bigblue with netnews
  32.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  33. To: winsock@sunsite.unc.edu
  34. Date: Mon, 21 Feb 1994 11:44:25
  35. From: jobrien@mcs.umes.umd.edu (James M. O'Brien, Jr)
  36. Message-Id: <jobrien.343.000BBDE8@mcs.umes.umd.edu>
  37. Organization: University of Maryland Eastern Shore
  38. Sender: ses
  39. Subject: wsfngr11.zip & sparky.umd.edu problems
  40.  
  41. If you are trying to ftp from sparky.umd.edu and experiencing problems, its 
  42. probably due to the new ftp daemon we've installed.  A work around for now,
  43. use a ftp client that supports the LS command.  Any ftp client that
  44. functions on DIR (as ws_ftp seems to do) will only recieve empty directories.
  45.  
  46. We will have this fixed up asap...
  47.  
  48. Thanks - Jim O.
  49.  
  50.  
  51. Jim O'Brien, CNE                University of Maryland Eastern Shore
  52. jobrien@mcs.umes.umd.edu        Network Manager
  53. From news@bigblue.oit.unc.edu Mon Feb 21 00:19:55 1994
  54. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  55.           id AA25723; Mon, 21 Feb 1994 12:17:50 -0500
  56. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  57.           id AA24328; Mon, 21 Feb 1994 11:48:30 -0500
  58. Received: from GATEWAY by bigblue with netnews
  59.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  60. To: winsock@sunsite.unc.edu
  61. Date: 21 Feb 1994 08:19:55 -0800
  62. From: akm@cs.uoregon.edu (Anant Kartik Mithal)
  63. Message-Id: <2kamvb$qbh@majestix.cs.uoregon.edu>
  64. Organization: University of Oregon Computer and Information Sciences Dept.
  65. Sender: ses
  66. References: <crkelly.14.005C3D75@mermaid.micro.umn.edu>
  67. Subject: Re: Xwin and Winsock
  68.  
  69. In article <crkelly.14.005C3D75@mermaid.micro.umn.edu>,
  70. Colin R. Kelly <crkelly@mermaid.micro.umn.edu> wrote:
  71. >     Here's a question I'm hoping someone out there may be able to answer. I'm 
  72. >using Trumpet Winsock and Xwin. To get Xwin to display on my PC, I use the 
  73. >command: setenv DISPLAY my.ip.address:0 . When I dial up for SLIP access, the 
  74. >IP address is dynamically allocated to me, with the fourth number changing 
  75. >fromone session to the next. Is there any way I can set up a session and have 
  76. >the correct IP address automatically placed into my setenv command (or any 
  77. >other -display parameter for that matter)?
  78.  
  79. A trick I've begun to use is like this: When I log into my host, I do
  80. a 'last' , which tells me which ip address / slip address I've logged
  81. in from. I use that (cut and paste in a winqvt window) to enter my
  82. DISPLAY environment variable. I also use tcsh as my shell on the unix
  83. host, which helps a lot.
  84.  
  85. You can use something like last -20, or finger. For example, using
  86.  
  87. 35> finger | grep akm
  88.  
  89. akm      Anant Kartik Mitha                *p5 localmachine (slip-line-14)
  90.  
  91. gives me the location I'm logged in from. I cut and paste this into a
  92.  
  93. setenv DISPLAY slip-line-14:0.0
  94.  
  95. and I'm all set.
  96.  
  97. --kartik
  98.  
  99. If you quote my article remember to trim it down to the essentials.
  100. Anant Kartik Mithal,                 akm@cs.uoregon.edu
  101. Interactive Systems Group            (503)346-3989
  102. Comp. Science, U of Oregon, Eugene, OR 97403      (503)346-5373 (fax)
  103. -----------
  104. Student Intern, US West Technologies
  105. FBC Testbed, College of Business, U of O    (503)346-3324
  106.  
  107.  
  108.